home *** CD-ROM | disk | FTP | other *** search
- object BackupDlg: TBackupDlg
- Left = 309
- Top = 131
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Backup Procedure'
- ClientHeight = 328
- ClientWidth = 424
- Font.Color = clWindowText
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 120
- OnActivate = FormActivate
- TextHeight = 16
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 82
- Height = 16
- Caption = 'Source Path:'
- end
- object lblSource: TLabel
- Left = 120
- Top = 8
- Width = 297
- Height = 16
- AutoSize = False
- Caption = 'c:\cw_apps\backup'
- WordWrap = True
- end
- object Label2: TLabel
- Left = 8
- Top = 32
- Width = 107
- Height = 16
- Caption = 'Desination Path:'
- end
- object lblDestination: TLabel
- Left = 120
- Top = 32
- Width = 297
- Height = 16
- AutoSize = False
- Caption = 'c:\'
- WordWrap = True
- end
- object lblInVisible: TLabel
- Left = 344
- Top = 8
- Width = 72
- Height = 16
- Caption = 'lblInVisible'
- Visible = False
- end
- object DirList: TDirectoryListBox
- Left = 8
- Top = 56
- Width = 145
- Height = 217
- DirLabel = lblSource
- FileList = FList
- ItemHeight = 16
- TabOrder = 0
- OnChange = DirListChange
- end
- object FList: TFileListBox
- Left = 160
- Top = 56
- Width = 145
- Height = 217
- ItemHeight = 16
- TabOrder = 1
- end
- object btnOK: TBitBtn
- Left = 312
- Top = 56
- Width = 105
- Height = 33
- Caption = 'C&opy'
- TabOrder = 2
- OnClick = btnOKClick
- Kind = bkOK
- end
- object btnCancel: TBitBtn
- Left = 312
- Top = 96
- Width = 105
- Height = 33
- TabOrder = 3
- OnClick = btnCancelClick
- Kind = bkClose
- end
- object btnHelp: TBitBtn
- Left = 312
- Top = 136
- Width = 105
- Height = 33
- TabOrder = 4
- OnClick = btnHelpClick
- Kind = bkHelp
- end
- object Panel1: TPanel
- Left = 8
- Top = 280
- Width = 297
- Height = 41
- BevelInner = bvLowered
- BevelOuter = bvNone
- TabOrder = 5
- Visible = False
- object Gauge1: TGauge
- Left = 8
- Top = 8
- Width = 281
- Height = 25
- Progress = 0
- end
- end
- object RGroup: TRadioGroup
- Left = 312
- Top = 176
- Width = 105
- Height = 97
- Caption = 'Path'
- Items.Strings = (
- '&Source'
- '&Destination')
- TabOrder = 6
- OnClick = RGroupClick
- end
- end
-